Skip to main content

Double Open Server Package Configuration Provider

DOS

A package configuration provider that loads package configurations from a Double Open Server instance.

Configuration

Example

{
"DOS": {
"options": {
"url": null,
"timeout": null
},
"secrets": {
"token": null
}
}
}

Options

url

STRING Required

The URL where the DOS backend is running.

token

SECRET Required

The secret token to use with the DOS backend.

timeout

LONG

The timeout for communicating with the DOS backend, in seconds.